home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / glossary.dir / 00007_Script_7 < prev    next >
Text File  |  1995-04-27  |  251b  |  10 lines

  1. on exitFrame
  2.   global gdirMovie
  3.   
  4.   repeat with i = 1 to 6
  5.     puppetSprite i, true
  6.   end repeat
  7.   set the castNum of sprite 3 = the number of cast gdirMovie
  8. --  set the visible of sprite 5 to true
  9. --  set the visible of sprite 6 to true
  10. end